X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fdaemon.h;h=959341d813a6f24adbb731f695f955cebe3535e8;hb=3834bcf2bf9106114bca70264b7a0bdb7351ff80;hp=875569dc8dc54ecf8d759e01cea4561f1755cfa8;hpb=d6bc33f37a218832456fed11fa1796e6b7e93102;p=sliver-openvswitch.git diff --git a/lib/daemon.h b/lib/daemon.h index 875569dc8..959341d81 100644 --- a/lib/daemon.h +++ b/lib/daemon.h @@ -27,7 +27,7 @@ * POSIX platforms and some are applicable only on Windows. As such, the * function definitions unique to each platform are separated out with * ifdef macros. More descriptive comments on individual functions are provided - * in daemon.c (for Linux) and daemon-windows.c (for Windows). + * in daemon-unix.c (for POSIX platforms) and daemon-windows.c (for Windows). * The DAEMON_OPTION_ENUMS, DAEMON_LONG_OPTIONS and DAEMON_OPTION_HANDLERS * macros are useful for parsing command-line options in individual utilities.