diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-31 22:04:39 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-07-31 22:04:39 -0700 |
commit | ca038999b5c1387f3aa19baeafc81a27563631b1 (patch) | |
tree | 16579c3b790a0994ef452d4514b4428ac77b4da3 /src/iconmgr.c | |
parent | 55681f9d66b788b2e86a5ad3c0722904fa020962 (diff) |
unifdef macII - drop support for A/UX 2.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/iconmgr.c')
-rw-r--r-- | src/iconmgr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/iconmgr.c b/src/iconmgr.c index 8b1a584..9458477 100644 --- a/src/iconmgr.c +++ b/src/iconmgr.c @@ -41,9 +41,6 @@ in this Software without prior written authorization from The Open Group. #include "siconify.bm" #include <X11/Xos.h> #include <X11/Xmu/CharSet.h> -#ifdef macII -int strcmp(); /* missing from string.h in AUX 2.0 */ -#endif int iconmgr_textx = siconify_width+11; WList *Active = NULL; |