dtksh: fix a build issue with Kubuntu x86_64.
authorJon Trulson <jon@radscan.com>
Sat, 18 May 2013 05:22:33 +0000 (23:22 -0600)
committerJon Trulson <jon@radscan.com>
Sat, 18 May 2013 05:22:33 +0000 (23:22 -0600)
Remove an apparently 'mac' definition for feature/fs and an
unnecessary struct stat forward declaration.

cde/programs/dtksh/ksh93/src/lib/libast/features/fs
cde/programs/dtksh/ksh93/src/lib/libast/include/ast_std.h

index 5dfd5d27ad18f94ea60581efd281da682775b853..f9c7c3b67cfeceb1b945d24fb1eff43f08dc3f86 100644 (file)
@@ -1,4 +1,3 @@
-mac    _STAT_VER,fstat,lstat,stat,_MKNOD_VER,mknod sys/types.h sys/stat.h
 cat{
        #if defined(__uxp__)
        #include <sys/types.h>
index 0835df57256e3898ceee562270a2d6438eb95928..97004e580c2207dc81efaf8450fb381d31618a77 100644 (file)
@@ -341,8 +341,6 @@ typedef unsigned short wchar_t;
 #include <ast_types.h>
 #endif
 
-struct stat;
-
 #if defined(__cplusplus) || !defined(_std_stdlib) && !defined(__STDC__)
 
 /* <stdlib.h> */