]> arthur.barton.de Git - netatalk.git/commitdiff
Removed AFILE_VERSION and ACHFILE_VERSION constants.
authorsrittau <srittau>
Wed, 5 Sep 2001 18:38:23 +0000 (18:38 +0000)
committersrittau <srittau>
Wed, 5 Sep 2001 18:38:23 +0000 (18:38 +0000)
bin/afile/achfile.c
bin/afile/afile.c

index 7c7f02bcc455ce9e2b3d288772bdf7ba03f6be0c..e5c1ee2db0e8ff817fb560d04bd75f844b04eb36 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: achfile.c,v 1.3 2001-06-29 14:14:46 rufustfirefly Exp $
+ * $Id: achfile.c,v 1.4 2001-09-05 18:38:23 srittau Exp $
  *
     afile - determine the MacOS creator/type of files
 
@@ -55,9 +55,6 @@
 
 #include "common.h"
 
-/* Please change this whenever you change this file. */
-#define ACHFILE_VERSION "1.0.0"
-
 /* Global Variables */
 const char *type    = NULL;
 const char *creator = NULL;
@@ -86,7 +83,7 @@ void help(char *prog)
 /* Print the version. */
 void version()
 {
-  fprintf(stderr, "achfile " ACHFILE_VERSION " (netatalk " VERSION ")\n");
+  fprintf(stderr, "achfile (netatalk " VERSION ")\n");
 }
 
 /* Argument Handling
index ee1487ade6339622a75a2922fde93cee40db158c..2a7bbbadd525f1b014c2971820bbe488adf8dd70 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: afile.c,v 1.4 2001-06-29 14:14:46 rufustfirefly Exp $
+ * $Id: afile.c,v 1.5 2001-09-05 18:38:23 srittau Exp $
  *
     afile - determine the MacOS creator/type of files
 
@@ -52,9 +52,6 @@
 
 #include "common.h"
 
-/* Please change this whenever you change this file. */
-#define AFILE_VERSION "1.0.0"
-
 /* Possible return types. These are taken from the original afile for
  * compatibility.
  */
@@ -97,7 +94,7 @@ void help(char *prog)
 /* Print the version. */
 void version()
 {
-  fprintf(stderr, "afile " AFILE_VERSION " (netatalk " VERSION ")\n");
+  fprintf(stderr, "afile (netatalk " VERSION ")\n");
 }
 
 /* Argument Handling