diff options
author | Frederic Cambus <fcambus@cvs.openbsd.org> | 2016-09-27 12:32:27 +0000 |
---|---|---|
committer | Frederic Cambus <fcambus@cvs.openbsd.org> | 2016-09-27 12:32:27 +0000 |
commit | b08935fb6f53641fcdf4ae62c9922fb1c5cd1971 (patch) | |
tree | adfa0b75e72b92971adf3c9cf92eefb1b8917ea5 /usr.bin/ftp | |
parent | 5683864e12bf8f6e64186ca5ddcb1d9d97f50781 (diff) |
Remove empty #ifdef and #ifndef blocks
OK natano@
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r-- | usr.bin/ftp/extern.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ftp/extern.h b/usr.bin/ftp/extern.h index 630facbb36b..a44ad7c0fe9 100644 --- a/usr.bin/ftp/extern.h +++ b/usr.bin/ftp/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.44 2016/08/20 20:18:42 millert Exp $ */ +/* $OpenBSD: extern.h,v 1.45 2016/09/27 12:32:26 fcambus Exp $ */ /* $NetBSD: extern.h,v 1.17 1997/08/18 10:20:19 lukem Exp $ */ /* @@ -101,8 +101,6 @@ void ptransfer(int); void recvrequest(const char *, const char *, const char *, const char *, int, int); char *remglob(char **, int, char **); -#ifndef SMALL -#endif /* !SMALL */ off_t remotesize(const char *, int); time_t remotemodtime(const char *, int); void reset(int, char **); |