summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/uni_load.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-10-31 20:07:01 +0000
committerphk <phk@FreeBSD.org>1998-10-31 20:07:01 +0000
commitef1becbf8e39d56b501bb722279f9b3cddb9713b (patch)
treeb392df5f916677ffead85d9adb5b2d60aab5eecd /sys/netatm/uni/uni_load.c
parent23ce0ead1d6a4116dd8022f9504a4632792c5149 (diff)
downloadFreeBSD-src-ef1becbf8e39d56b501bb722279f9b3cddb9713b.zip
FreeBSD-src-ef1becbf8e39d56b501bb722279f9b3cddb9713b.tar.gz
Trivial stylish changes, mostly to silence gcc.
Reviewed by: Mike Spengler <mks@networkcs.com> Submitted by: phk
Diffstat (limited to 'sys/netatm/uni/uni_load.c')
-rw-r--r--sys/netatm/uni/uni_load.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netatm/uni/uni_load.c b/sys/netatm/uni/uni_load.c
index 23e7ff5..7be1eba 100644
--- a/sys/netatm/uni/uni_load.c
+++ b/sys/netatm/uni/uni_load.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: uni_load.c,v 1.6 1997/05/06 22:20:43 mks Exp $
+ * @(#) $Id: uni_load.c,v 1.1 1998/09/15 08:23:09 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: uni_load.c,v 1.6 1997/05/06 22:20:43 mks Exp $";
-#endif
-
#ifndef ATM_UNI_MODULE
#include "opt_atm.h"
#endif
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: uni_load.c,v 1.6 1997/05/06 22:20:43 mks Exp $";
#include <netatm/uni/uni.h>
+#ifndef lint
+__RCSID("@(#) $Id: uni_load.c,v 1.1 1998/09/15 08:23:09 phk Exp $");
+#endif
+
/*
* External functions
*/
OpenPOWER on IntegriCloud