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

Diff of /inetutils/tftp/tftp.c

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

revision 1.9 by marcus, Fri Nov 2 21:50:13 2001 UTC revision 1.10 by ams, Sun Apr 28 17:31:12 2002 UTC
# Line 68  static char sccsid[] = "@(#)tftp.c     8.1 ( Line 68  static char sccsid[] = "@(#)tftp.c     8.1 (
68  #include "extern.h"  #include "extern.h"
69  #include "tftpsubs.h"  #include "tftpsubs.h"
70    
71  #ifndef HAVE_ERRNO_DECL  #ifndef HAVE_DECL_ERRNO
72  extern  int errno;  extern  int errno;
73  #endif  #endif
74    
75  #ifndef HAVE_STRERROR_DECL  #ifndef HAVE_DECL_STRERROR
76  extern const char *strerror __P ((int));  extern const char *strerror __P ((int));
77  #endif  #endif
78    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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