diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2008-08-09 23:43:03 +0200 |
---|---|---|
committer | Alan Hourihane <alanh@localhost.(none)> | 2008-08-12 19:33:33 +0100 |
commit | 1574852b74055631e11dd0e3e8b75af9597b1ca8 (patch) | |
tree | 4517653426873474350d6f9db274abc9161669dd | |
parent | b608d7b8d0a7c0a755d74524a0c8003b1201c45e (diff) |
Move string comparaison functions to from dix/ to os/.
-rw-r--r-- | dix/Makefile.am | 4 | ||||
-rw-r--r-- | os/Makefile.am | 2 | ||||
-rw-r--r-- | os/strcasecmp.c (renamed from dix/strcasecmp.c) | 0 | ||||
-rw-r--r-- | os/strcasestr.c (renamed from dix/strcasestr.c) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/dix/Makefile.am b/dix/Makefile.am index 45da45fcb..182311e5e 100644 --- a/dix/Makefile.am +++ b/dix/Makefile.am @@ -35,9 +35,7 @@ libdix_la_SOURCES = \ swaprep.c \ swapreq.c \ tables.c \ - window.c \ - strcasecmp.c \ - strcasestr.c + window.c EXTRA_DIST = buildatoms BuiltInAtoms CHANGES Xserver.d Xserver-dtrace.h.in diff --git a/os/Makefile.am b/os/Makefile.am index 16e4bfacc..16ecc15ae 100644 --- a/os/Makefile.am +++ b/os/Makefile.am @@ -18,6 +18,8 @@ libos_la_SOURCES = \ osdep.h \ osinit.c \ utils.c \ + strcasecmp.c \ + strcasestr.c \ xdmauth.c \ xstrans.c \ xprintf.c \ diff --git a/dix/strcasecmp.c b/os/strcasecmp.c index ca1051dc1..ca1051dc1 100644 --- a/dix/strcasecmp.c +++ b/os/strcasecmp.c diff --git a/dix/strcasestr.c b/os/strcasestr.c index b3d45495c..b3d45495c 100644 --- a/dix/strcasestr.c +++ b/os/strcasestr.c |