From c9d367a6f9069d59ad51785f3c95f82e11acf4b4 Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Mon, 31 Jul 2000 10:03:41 +0000
Subject: [PATCH] Enable stubs for getsockop and setsockopt.

---
 lisp/linux-stubs.S | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/lisp/linux-stubs.S b/lisp/linux-stubs.S
index 966aa56af..11eea2bc2 100644
--- a/lisp/linux-stubs.S
+++ b/lisp/linux-stubs.S
@@ -1,6 +1,6 @@
 /*	linux-stubs.S
 
-	$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/linux-stubs.S,v 1.8 1999/09/13 08:27:09 dtc Exp $
+	$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/linux-stubs.S,v 1.9 2000/07/31 10:03:41 dtc Exp $
 
 	These are needed because the locations of the
 	libraries are filled in by ld.so at runtime.
@@ -72,6 +72,7 @@ PVE_stub_ ## fct: ;\
  doe(getrlimit)
  doe(getrusage)
  doe(getsockname)
+ doe(getsockopt)
  doe(gettimeofday)
  doe(getuid)
  doe(getwd)
@@ -106,6 +107,7 @@ PVE_stub_ ## fct: ;\
  doe(setregid)
  doe(setreuid)
  doe(setrlimit)
+ doe(setsockopt)
  doe(sigblock)
  doe(sigpause)
  doe(sigsetmask)
@@ -390,8 +392,6 @@ PVE_stub_ ## fct: ;\
 /*  doe(getsgent) */
 /*  doe(getsgnam) */
 /*  doe(getsid) */
-/*  doe(getsockname) */
-/*  doe(getsockopt) */
 /*  doe(getspent) */
 /*  doe(getspnam) */
 /*  doe(gettimeofday) */
@@ -700,7 +700,6 @@ PVE_stub_ ## fct: ;\
 /*  doe(setservent) */
 /*  doe(setsgent) */
 /*  doe(setsid) */
-/*  doe(setsockopt) */
 /*  doe(setspent) */
 /*  doe(setstate) */
 /*  doe(settimeofday) */
-- 
GitLab