summaryrefslogtreecommitdiff
path: root/sbin/modload
diff options
context:
space:
mode:
authornathanw <nathanw@NetBSD.org>2004-06-28 19:27:06 +0000
committernathanw <nathanw@NetBSD.org>2004-06-28 19:27:06 +0000
commitfa3249e24afffe22e9add16f05b2e35bb1d6593e (patch)
tree3fb5ba3ee4405c2ff37a17d4ac7fb0cab0f9407e /sbin/modload
parenta438f281905564d29ff51d0ec96694b9f655fd63 (diff)
Remove an extraneous comment before main() that seems to have been
accidentally cut-and-pasted in with rev 1.30.
Diffstat (limited to 'sbin/modload')
-rw-r--r--sbin/modload/modload.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/modload/modload.c b/sbin/modload/modload.c
index 27f8e46db41..d2a24206b22 100644
--- a/sbin/modload/modload.c
+++ b/sbin/modload/modload.c
@@ -1,4 +1,4 @@
-/* $NetBSD: modload.c,v 1.46 2004/06/08 19:25:16 cjep Exp $ */
+/* $NetBSD: modload.c,v 1.47 2004/06/28 19:27:06 nathanw Exp $ */
/*
* Copyright (c) 1993 Terrence R. Lambert.
@@ -34,7 +34,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: modload.c,v 1.46 2004/06/08 19:25:16 cjep Exp $");
+__RCSID("$NetBSD: modload.c,v 1.47 2004/06/28 19:27:06 nathanw Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -240,7 +240,6 @@ loadsym(void *buf, size_t len)
}
}
-/* Transfer some empty space. */
int
main(int argc, char **argv)
{