aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2001-09-30 22:30:15 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2001-09-30 22:30:15 +0000
commit73653312e3d4cd4c7cf63ef949db6da7c38d56a0 (patch)
treefe6e7674e1665cd2b37fbe620efa07fce45c521c
parenta71f4c3a1588619b67d69c5fe54c68066281515c (diff)
downloadsrc-73653312e3d4cd4c7cf63ef949db6da7c38d56a0.tar.gz
src-73653312e3d4cd4c7cf63ef949db6da7c38d56a0.zip
Add __FBSDID()s to libtelnet
Notes
Notes: svn path=/head/; revision=84223
-rw-r--r--lib/libtelnet/genget.c6
-rw-r--r--lib/libtelnet/getent.c6
-rw-r--r--lib/libtelnet/misc.c6
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libtelnet/genget.c b/lib/libtelnet/genget.c
index 62f272a640de..e46b1cb463a1 100644
--- a/lib/libtelnet/genget.c
+++ b/lib/libtelnet/genget.c
@@ -31,12 +31,12 @@
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#ifndef lint
#if 0
static const char sccsid[] = "@(#)genget.c 8.2 (Berkeley) 5/30/95";
-#else
-static const char rcsid[] =
- "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/lib/libtelnet/getent.c b/lib/libtelnet/getent.c
index 03bef5f24255..ee6f03f53156 100644
--- a/lib/libtelnet/getent.c
+++ b/lib/libtelnet/getent.c
@@ -31,12 +31,12 @@
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#ifndef lint
#if 0
static char sccsid[] = "@(#)getent.c 8.2 (Berkeley) 12/15/93";
-#else
-static const char rcsid[] =
- "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/lib/libtelnet/misc.c b/lib/libtelnet/misc.c
index 8e7c7dd018f5..e7cd1f02d370 100644
--- a/lib/libtelnet/misc.c
+++ b/lib/libtelnet/misc.c
@@ -31,12 +31,12 @@
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#ifndef lint
#if 0
static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/4/93";
-#else
-static const char rcsid[] =
- "$FreeBSD$";
#endif
#endif /* not lint */