From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id UAA20929 for ; Mon, 8 Jul 1996 20:40:03 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id GAA04535; Mon, 8 Jul 1996 06:28:30 -0400 (EDT) Resent-Date: Mon, 8 Jul 1996 06:28:30 -0400 (EDT) From: Zefram Message-Id: <5707.199607081027@stone.dcs.warwick.ac.uk> Subject: strerror() on SunOS To: zsh-workers@math.gatech.edu (Z Shell workers mailing list) Date: Mon, 8 Jul 1996 11:27:34 +0100 (BST) X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]7777.17 X-US-Congress: Moronic fuckers MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"BC-U-3.0.n61.9BEun"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1570 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu -----BEGIN PGP SIGNED MESSAGE----- configure correctly divines that it exists, but there's no prototype in the system headers. *** prototypes.h.orig Mon Jul 8 11:16:36 1996 --- prototypes.h Mon Jul 8 11:24:36 1996 *************** *** 124,129 **** --- 124,133 ---- extern pid_t getppid(void); #endif + #if defined(__sun__) && !defined(__SVR4) /* SunOS */ + extern char *strerror _((int errnum)); + #endif + /**************************************************/ /*** prototypes for functions built in compat.c ***/ #ifndef HAVE_STRSTR -----BEGIN PGP SIGNATURE----- Version: 2.6.i iQCVAgUBMeDih3D/+HJTpU/hAQH3GQP/V209o/2uVwcmIsZSAj6CZVa7mW+TGnfx WYGdmvtqj0jv+xhl7jhT1vYGnCkm+8XFbtzcOoi33l2uITOzq2Yd23yoTzumvPWR 8W34aGd7plWkOqcnvv++TXVDAN0liMrUBYS8oNTQKJDSNM58jpPzxMh42jzigYWk Jw6+iPX9TYU= =VwR5 -----END PGP SIGNATURE-----