]> granicus.if.org Git - uw-imap/commitdiff
add files for 2011-07-23T00:20:10Z
authorUnknown <>
Sat, 23 Jul 2011 00:20:10 +0000 (00:20 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Fri, 7 Sep 2018 00:09:58 +0000 (00:09 +0000)
src/osdep/unix/Makefile
src/osdep/unix/env_unix.c

index 090c8f21a4864bad048d67c7c6525466f04b78aa..78913accc6d292ffd18cab67caa58b2866f0becd 100644 (file)
@@ -199,6 +199,14 @@ a41:       # AIX 4.1 for RS/6000
         BASECFLAGS="-g -Dunix=1 -D_BSD -qro -qroconst" \
         BASELDFLAGS="-ls"
 
+a52:   # Attempt at AIX 5.2
+       $(BUILD) `$(CAT) SPECIALS` OS=$@ \
+        SIGTYPE=psx CHECKPW=a41 CRXTYPE=nfs \
+        SPOOLDIR=/var/spool \
+        RSHPATH=/usr/bin/rsh \
+        BASECFLAGS="-g -Dunix=1 -D_BSD -qro -qroconst" \
+        BASELDFLAGS="-ls"
+
 aix:   # AIX/370
        @echo You are building for AIX on an S/370 class machine
        @echo If you want AIX on an RS/6000 you need to use a32 or a41 instead!
index 5ddade14f3c426bcd1936ac35060bb874e26d8cc..6b2c4471761b0f706325eff8e626449202a5d73d 100644 (file)
@@ -21,7 +21,7 @@
  *             Internet: MRC@Washington.EDU
  *
  * Date:       1 August 1988
- * Last Edited:        15 May 2008
+ * Last Edited:        23 February 2009
  */
 
 #include <grp.h>
@@ -1813,7 +1813,7 @@ long path_create (MAILSTREAM *stream,char *path)
   restrictBox = NIL;           /* can't restrict */
   if (blackBox) {              /* if black box */
                                /* toss out driver dependent names */
-    printf (path,"%s/INBOX",mymailboxdir ());
+    sprintf (path,"%s/INBOX",mymailboxdir ());
     blackBox = NIL;            /* well that's evil - evil is going on */
     ret = mail_create (stream,path);
     blackBox = T;              /* restore the box */