[BACK]Return to su.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / su

Diff for /src/usr.bin/su/su.c between version 1.42 and 1.43

version 1.42, 2001/09/18 16:37:59 version 1.43, 2002/02/16 21:27:54
Line 69 
Line 69 
 #endif  #endif
 #include <bsd_auth.h>  #include <bsd_auth.h>
   
 char   *ontty __P((void));  char   *ontty(void);
 int     chshell __P((char *));  int     chshell(char *);
 void    usage __P((void));  void    usage(void);
 void    auth_err __P((auth_session_t *, int, const char *, ...));  void    auth_err(auth_session_t *, int, const char *, ...);
 void    auth_errx __P((auth_session_t *, int, const char *, ...));  void    auth_errx(auth_session_t *, int, const char *, ...);
   
 int  int
 main(argc, argv)  main(argc, argv)

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43