diff options
author | 2016-09-27 12:32:26 +0000 | |
---|---|---|
committer | 2016-09-27 12:32:26 +0000 | |
commit | dadcfd59a6d1c327f0576f1d542544f46fa58c73 (patch) | |
tree | 50ed818cc41de5aaea806e8f334a15a0a797ad41 /usr.bin/ftp/extern.h | |
parent | fix dependency, fixing regress if make regress is called with a clean obj (diff) | |
download | wireguard-openbsd-dadcfd59a6d1c327f0576f1d542544f46fa58c73.tar.xz wireguard-openbsd-dadcfd59a6d1c327f0576f1d542544f46fa58c73.zip |
Remove empty #ifdef and #ifndef blocks
OK natano@
Diffstat (limited to 'usr.bin/ftp/extern.h')
-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 **); |