summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/getnetbynis.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-30 05:15:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-30 05:15:58 +0000
commit09fdb5e819630c1df210a520680ede6936426379 (patch)
tree6bb9472d9706993d961d8abaf7b49670300fb1bc /cpukit/libnetworking/libc/getnetbynis.c
parent2007-03-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-09fdb5e819630c1df210a520680ede6936426379.tar.bz2
Eliminate SCCS, LINT. Add HAVE_CONFIG_H.
Diffstat (limited to 'cpukit/libnetworking/libc/getnetbynis.c')
-rw-r--r--cpukit/libnetworking/libc/getnetbynis.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/cpukit/libnetworking/libc/getnetbynis.c b/cpukit/libnetworking/libc/getnetbynis.c
index 0549016ba2..db5a96f9a3 100644
--- a/cpukit/libnetworking/libc/getnetbynis.c
+++ b/cpukit/libnetworking/libc/getnetbynis.c
@@ -23,10 +23,9 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)$Id$";
-static char rcsid[] = "$Id$";
-#endif /* LIBC_SCCS and not lint */
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <sys/param.h>
#include <sys/socket.h>