diff options
author | Luke Leighton <lkcl@samba.org> | 1999-05-07 18:20:59 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-05-07 18:20:59 +0000 |
commit | 8c80742e4e5604bc667314e51c47924efd65df49 (patch) | |
tree | 16c13aa311a5f2280e922b77408db8e2cc772c98 /source/lib/util.c | |
parent | c33c6330e3a2025f2fda0234635dfdd3acd04890 (diff) | |
download | samba-8c80742e4e5604bc667314e51c47924efd65df49.tar.gz samba-8c80742e4e5604bc667314e51c47924efd65df49.tar.xz samba-8c80742e4e5604bc667314e51c47924efd65df49.zip |
had to move day display names into lib/util, to get rpctorture to compile.
Diffstat (limited to 'source/lib/util.c')
-rw-r--r-- | source/lib/util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/lib/util.c b/source/lib/util.c index 8852ada0cc7..d1519cd8d23 100644 --- a/source/lib/util.c +++ b/source/lib/util.c @@ -85,6 +85,8 @@ char **my_netbios_names; static char *filename_dos(char *path,char *buf); +char *daynames[] = {"Mon","Tue","Wed","Thu","Fri","Sat","Sun"}; +char *daynames_short[] = {"M", "Tu", "W", "Th", "F", "Sa", "Su"}; /************************************************************* initialise password databases, domain names, domain sid. |