X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fcommand-line.h;h=bb12f72c191046ea0b5080fbc6354cb438457e19;hb=28c5588e8e1a8d091c5d2275232c35f2968a97fa;hp=1c8800335c7ada332204d7b7049295511fef6c9d;hpb=a0bc29a541fc7dc6e20137d5558e2094d614e6ab;p=sliver-openvswitch.git diff --git a/lib/command-line.h b/lib/command-line.h index 1c8800335..bb12f72c1 100644 --- a/lib/command-line.h +++ b/lib/command-line.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,8 +34,12 @@ 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); +#if defined(__FreeBSD__) || defined(__NetBSD__) +#define proctitle_set setproctitle +#else void proctitle_set(const char *, ...) PRINTF_FORMAT(1, 2); +#endif void proctitle_restore(void); #endif /* command-line.h */