diff options
Diffstat (limited to 'contrib/telnet/libtelnet/spx.c')
-rw-r--r-- | contrib/telnet/libtelnet/spx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/telnet/libtelnet/spx.c b/contrib/telnet/libtelnet/spx.c index 75d6e3e..ad1eca4 100644 --- a/contrib/telnet/libtelnet/spx.c +++ b/contrib/telnet/libtelnet/spx.c @@ -31,12 +31,12 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #ifndef lint #if 0 static char sccsid[] = "@(#)spx.c 8.2 (Berkeley) 5/30/95"; -#else -static const char rcsid[] = - "$FreeBSD$"; #endif #endif /* not lint */ |