diff options
author | dillon <dillon@FreeBSD.org> | 2001-09-30 21:36:38 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2001-09-30 21:36:38 +0000 |
commit | 9a8dd80b42818cfbf87b334e3d4b1e89e6d1d3af (patch) | |
tree | 0591277b87624378bee54163ceac2eacd0785c64 /lib/libftpio | |
parent | 9e8adf09a90be879c60cd5b077b32f8a5e38ac8e (diff) | |
download | FreeBSD-src-9a8dd80b42818cfbf87b334e3d4b1e89e6d1d3af.zip FreeBSD-src-9a8dd80b42818cfbf87b334e3d4b1e89e6d1d3af.tar.gz |
Add __FBSDID()s to libftpio
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> |