summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-05-07 18:20:59 +0000
committerLuke Leighton <lkcl@samba.org>1999-05-07 18:20:59 +0000
commit94a4094f444ba7433dbf812b1252d964adfa6916 (patch)
tree8de08ee147b9c9d17bc5545587fff563c663ea86 /source3/lib
parent798fdf4fd838cd361968debb56aaba2006f5bed1 (diff)
downloadsamba-94a4094f444ba7433dbf812b1252d964adfa6916.tar.gz
samba-94a4094f444ba7433dbf812b1252d964adfa6916.tar.bz2
samba-94a4094f444ba7433dbf812b1252d964adfa6916.zip
had to move day display names into lib/util, to get rpctorture to compile.
(This used to be commit 8c80742e4e5604bc667314e51c47924efd65df49)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c
index 8852ada0cc..d1519cd8d2 100644
--- a/source3/lib/util.c
+++ b/source3/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.