Subject: Ooops...
To: None <current-users@sun-lamp.cs.berkeley.edu,>
From: Matthieu Herrb <matthieu@laas.fr>
List: current-users
Date: 04/08/1994 21:49:50
In the patches I sent this morning I made a mistake. Here's a patch
(to apply after the previous one)

*** mit/config/bsdLib.tmpl~	Thu Apr  7 20:56:27 1994
--- mit/config/bsdLib.tmpl	Fri Apr  8 21:43:33 1994
***************
*** 5,11 ****
   * Free/NetBSD shared library template
   */
  
! #ifndef __NetBSD__
  #ifndef SharedXlibRev
  #define SharedXlibRev 2.0
  #endif
--- 5,11 ----
   * Free/NetBSD shared library template
   */
  
! #ifndef i386NetBsd
  #ifndef SharedXlibRev
  #define SharedXlibRev 2.0
  #endif
***************
*** 33,39 ****
  #ifndef SharedPexRev
  #define SharedPexRev 2.0
  #endif
! #else /* __NetBSD__ */
  #ifndef SharedXlibRev
  #define SharedXlibRev 3.0
  #endif
--- 33,39 ----
  #ifndef SharedPexRev
  #define SharedPexRev 2.0
  #endif
! #else /* i386NetBsd */
  #ifndef SharedXlibRev
  #define SharedXlibRev 3.0
  #endif
***************
*** 61,67 ****
  #ifndef SharedPexRev
  #define SharedPexRev 3.0
  #endif
! #endif /* __NetBSD__ */
  
  SHLIBLDFLAGS = SharedLibraryLoadFlags
  PICFLAGS = PositionIndependentCFlags
--- 61,67 ----
  #ifndef SharedPexRev
  #define SharedPexRev 3.0
  #endif
! #endif /* i386NetBsd */
  
  SHLIBLDFLAGS = SharedLibraryLoadFlags
  PICFLAGS = PositionIndependentCFlags

					Matthieu

------------------------------------------------------------------------------