From 517dc508feffff2f8b24d770b1196717785495a5 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Wed, 9 Jan 2008 02:30:48 +0000
Subject: [PATCH] Export some symbols from the UNIX package for darwin/x86 to
 get rid of some warnings.

---
 code/exports.lisp | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/code/exports.lisp b/code/exports.lisp
index 8b7ec2e83..433778f8c 100644
--- a/code/exports.lisp
+++ b/code/exports.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.265 2007/11/14 21:31:11 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.266 2008/01/09 02:30:48 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -355,7 +355,14 @@
 	   "SI-SYSNAME" "SI-HOSTNAME" "SI-RELEASE" "SI-VERSION" "SI-MACHINE"
 	   "SI-ARCHITECTURE" "SI-HW-SERIAL" "SI-HW-PROVIDER" "SI-SRPC-DOMAIN"
 	   "SI-PLATFORM" "SI-ISALIST" "SI-DHCP-CACHE")
-  )
+  ;; Should this be conditionalized on glibc2?  These come from
+  ;; unix-glibc2.lisp.
+  #+(and darwin x86)
+  (:export  "GROUP-INFO" "UNIX-GETPWUID" "USER-INFO-DIR" "UNIX-GETPWNAM"
+	    "USER-INFO-SHELL" "USER-INFO-PASSWORD" "USER-INFO-UID"
+	    "GROUP-INFO-GID" "USER-INFO" "USER-INFO-NAME" "USER-INFO-GID"
+	    "GROUP-INFO-MEMBERS" "UNIX-GETGRGID" "USER-INFO-GECOS"
+	    "GROUP-INFO-NAME"))
   
 (defpackage "FORMAT")
 
-- 
GitLab