move to dh, update standards version, mv git-buildpackage config to .git/
[debian/pax] / gen_subs.c
index 912c32cdc87af2f84a84a9e947b226b05d5bef42..b541cc930d57e932e83ffec1fa9268b7d8edbd62 100644 (file)
@@ -54,7 +54,7 @@ static const char rcsid[] = "$OpenBSD: gen_subs.c,v 1.19 2007/04/04 21:55:10 mil
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
-#include <vis.h>
+#include "vis.h"
 #include "pax.h"
 #include "extern.h"
 
@@ -70,8 +70,8 @@ static const char rcsid[] = "$OpenBSD: gen_subs.c,v 1.19 2007/04/04 21:55:10 mil
 #define MODELEN 20
 #define DATELEN 64
 #define DAYSPERNYEAR 365
-#define SECSPERDAY 86400
-#define VIS_CSTYLE 0
+/* #define SECSPERDAY 86400 */
+/* #define VIS_CSTYLE 0 */
 #define SIXMONTHS       ((DAYSPERNYEAR / 2) * SECSPERDAY)
 #define CURFRMT                "%b %e %H:%M"
 #define OLDFRMT                "%b %e  %Y"