summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mptable/mptable.c
diff options
context:
space:
mode:
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