summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mptable/mptable.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-02-06 12:54:54 +0000
committerobrien <obrien@FreeBSD.org>2005-02-06 12:54:54 +0000
commitd5130a84f64f083f389a66e8993056d417a5ec99 (patch)
tree9208287be69f86f7909e9cef889449f69515c5de /usr.sbin/mptable/mptable.c
parentbb6fb45e0fad59a800110d77ef6e370e0ec6caa3 (diff)
downloadFreeBSD-src-d5130a84f64f083f389a66e8993056d417a5ec99.zip
FreeBSD-src-d5130a84f64f083f389a66e8993056d417a5ec99.tar.gz
Remove the useless "version" number output.
We don't give a version number each userland binary.
Diffstat (limited to 'usr.sbin/mptable/mptable.c')
-rw-r--r--usr.sbin/mptable/mptable.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/mptable/mptable.c b/usr.sbin/mptable/mptable.c
index 36d8089..1ca6dfe 100644
--- a/usr.sbin/mptable/mptable.c
+++ b/usr.sbin/mptable/mptable.c
@@ -32,10 +32,6 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
-#define VMAJOR 2
-#define VMINOR 0
-#define VDELTA 15
-
/*
* this will cause the raw mp table to be dumped to /tmp/mpdump
*
@@ -318,7 +314,7 @@ main( int argc, char *argv[] )
/* announce ourselves */
puts( SEP_LINE2 );
- printf( "MPTable, version %d.%d.%d\n", VMAJOR, VMINOR, VDELTA );
+ printf( "MPTable\n" );
while ((ch = getopt(argc, argv, "d:g:h:v:")) != -1) {
switch(ch) {
OpenPOWER on IntegriCloud