X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fcommand-line.h;h=bb12f72c191046ea0b5080fbc6354cb438457e19;hb=c5cf10598f8c9f4428291e9df3ecd72a05fb1ccf;hp=2592b79e847c6cda6bfce0b0cc5985fb8ce9e5f6;hpb=fb301c748ca23e6ee805488591d572341470d720;p=sliver-openvswitch.git diff --git a/lib/command-line.h b/lib/command-line.h index 2592b79e8..bb12f72c1 100644 --- a/lib/command-line.h +++ b/lib/command-line.h @@ -34,7 +34,7 @@ char *long_options_to_short_options(const struct option *options); void run_command(int argc, char *argv[], const struct command[]); void proctitle_init(int argc, char **argv); -#ifdef __FreeBSD__ +#if defined(__FreeBSD__) || defined(__NetBSD__) #define proctitle_set setproctitle #else void proctitle_set(const char *, ...)