/[inetutils]/inetutils/logger/logger.c
ViewVC logotype

Diff of /inetutils/logger/logger.c

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

revision 1.3 by ams, Mon Apr 29 21:05:07 2002 UTC revision 1.4 by gray, Tue Oct 11 11:16:14 2005 UTC
# Line 165  main (int argc, char *argv[]) Line 165  main (int argc, char *argv[])
165        
166    /* Setup for logging.  */    /* Setup for logging.  */
167    openlog (tag ? tag : getlogin(), logflags, 0);    openlog (tag ? tag : getlogin(), logflags, 0);
168    (void) fclose (stdout);    fclose (stdout);
169        
170    /* Log input line if appropriate.  */    /* Log input line if appropriate.  */
171    if (argc > 0)    if (argc > 0)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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