If called with no arguments, ddate will get the current system date, convert this to the Discordian date format and print this on the stan- dard output. Alternatively, a Gregorian date may be specified on the command line, in the form of a numerical day, month and year. PR: ports/76722 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
11 lines
297 B
C
11 lines
297 B
C
--- misc-utils/ddate.c.orig Wed Jan 26 16:09:58 2005
|
|
+++ misc-utils/ddate.c Wed Jan 26 16:10:30 2005
|
|
@@ -61,7 +61,7 @@
|
|
#include <string.h>
|
|
#include <time.h>
|
|
#include <stdio.h>
|
|
-#include "nls.h"
|
|
+#include "../lib/nls.h"
|
|
#include "../defines.h" /* for util-linux-version */
|
|
|
|
#ifndef __GNUC__
|