/[mailutils]/mailutils/comsat/comsat.c
ViewVC logotype

Diff of /mailutils/comsat/comsat.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by gray, Tue Jul 23 18:32:12 2002 UTC revision 1.24 by gray, Wed Aug 7 23:05:56 2002 UTC
# Line 17  Line 17 
17    
18  #include "comsat.h"  #include "comsat.h"
19    
 #define IMPL            "GNU Comsat Daemon"  
   
20  #ifndef PATH_DEV  #ifndef PATH_DEV
21  # define PATH_DEV "/dev"  # define PATH_DEV "/dev"
22  #endif  #endif
# Line 53  typedef struct utmp UTMP; Line 51  typedef struct utmp UTMP;
51    
52  #define MAX_TTY_SIZE (sizeof (PATH_TTY_PFX) + sizeof (((UTMP*)0)->ut_line))  #define MAX_TTY_SIZE (sizeof (PATH_TTY_PFX) + sizeof (((UTMP*)0)->ut_line))
53    
54  const char *argp_program_version = "comsatd (" PACKAGE ") " VERSION;  const char *argp_program_version = "comsatd (" PACKAGE_STRING ")";
 const char *argp_program_bug_address = "<bug-mailutils@gnu.org>";  
55  static char doc[] = "GNU comsatd";  static char doc[] = "GNU comsatd";
56    
57  static struct argp_option options[] =  static struct argp_option options[] =

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26