diff options
Diffstat (limited to 'lib/libftpio')
-rw-r--r-- | lib/libftpio/ftpio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libftpio/ftpio.c b/lib/libftpio/ftpio.c index fcf2424..e8f81f9 100644 --- a/lib/libftpio/ftpio.c +++ b/lib/libftpio/ftpio.c @@ -13,11 +13,11 @@ * * Turned inside out. Now returns xfers as new file ids, not as a special * `state' of FTP_t - * - * $FreeBSD$ - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <sys/socket.h> |