diff --git a/code/exports.lisp b/code/exports.lisp
index c1653e894ce2937ccc33e41f2d0bc148e5c72d6a..161236db1387e24e9dde22e53deca16813f2f950 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.271 2008/09/07 00:22:41 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.272 2008/10/03 13:34:01 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -307,7 +307,8 @@
 	   #+(or svr4 bsd linux) "O_NDELAY"
 	   "CHECK"
 
-	   "UNIX-RECVFROM" "UNIX-SENDTO" "UNIX-SHUTDOWN")
+	   "UNIX-RECVFROM" "UNIX-SENDTO" "UNIX-SHUTDOWN"
+	   "UNIX-OPENPTY")
   #+(or svr4 linux)
   (:export "EADDRINUSE" "EADDRNOTAVAIL" "EADV" "EAFNOSUPPORT"
 	   "EALREADY" "EBADE" "EBADFD" "EBADMSG" "EBADR" "EBADRQC"