Fix the pwd and group functions. The bb_ stuff was a leftover from
[oweals/busybox.git] / rdate.c
diff --git a/rdate.c b/rdate.c
index bb5392746ce1078b19f235dbbd0ce8caf8169f77..0ad339be8aa370de44135182d8f59db9a9db764c 100644 (file)
--- a/rdate.c
+++ b/rdate.c
 #include <netdb.h>
 #include <stdio.h>
 #include <getopt.h>
+#include <stdlib.h>
+#include <unistd.h>
 
 
-#define RFC_868_BIAS   2208988800UL
+static const int RFC_868_BIAS = 2208988800UL;
 
 int setdate= 0;
 int printdate= 0;