summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/patch/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/patch/version.c')
-rw-r--r--gnu/usr.bin/patch/version.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/usr.bin/patch/version.c b/gnu/usr.bin/patch/version.c
deleted file mode 100644
index 753dbfb..0000000
--- a/gnu/usr.bin/patch/version.c
+++ /dev/null
@@ -1,25 +0,0 @@
-/* $FreeBSD$
- *
- * $Log: version.c,v $
- * Revision 2.0 86/09/17 15:40:11 lwall
- * Baseline for netwide release.
- *
- */
-
-#include "EXTERN.h"
-#include "common.h"
-#include "util.h"
-#include "INTERN.h"
-#include "patchlevel.h"
-#include "version.h"
-
-void my_exit(int _status); /* in patch.c */
-
-/* Print out the version number and die. */
-
-void
-version(void)
-{
- fprintf(stderr, "Patch version %s\n", PATCH_VERSION);
- my_exit(0);
-}
OpenPOWER on IntegriCloud