lib: Minor const tweak in smap library.
authorEthan Jackson <ethan@nicira.com>
Tue, 19 Jun 2012 01:40:31 +0000 (18:40 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 19 Jun 2012 19:55:25 +0000 (12:55 -0700)
commit4512aaa792c35cfb59710b951288f7a7394f3a73
tree3a975f2277ee1dd0db4481b3530449e8eba3cdfe
parentb2e18db292cd4962af3248f11e9f17e6eaf9c033
lib: Minor const tweak in smap library.

The source argument of smap_clone() isn't modified, and thus can be
declared const.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
lib/smap.c
lib/smap.h