diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:36:38 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 21:36:38 +0000 |
commit | 733ea32b1c110a10d0f4b3d9cbd22b38f21e6ec7 (patch) | |
tree | 0591277b87624378bee54163ceac2eacd0785c64 | |
parent | cecb889f1da21bb12d8231cf5cd12170b86f8689 (diff) |
Notes
-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 fcf242439ca3..e8f81f94aeba 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> |