Date: Sat May 17 14:10:56 CEST 2003
User: Derick Rethans
Directory: srm/main/src
Log Message:
[0.05]
- Fixed RH 9 issue with errno
Modified files:
srm/main/src/srm_client.c (version: 1.22)
[FILE: /srm/main/src/srm_client.c]
--- srm/main/src/srm_client.c:1.21 Thu Mar 13 20:56:58 2003 GMT
+++ srm/main/src/srm_client.c Sat May 17 10:10:56 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.21 2003/03/13 21:56:58 derick Exp $ */
+/* $Id: cvstemp,v 1.22 2003/05/17 12:10:56 derick Exp $ */
/* The contents of this file are subject to the Vulcan Logic Public
* License Version 1.1 (the "License"); you may not use this file
@@ -27,6 +27,7 @@
#include <netinet/in.h> /* Needed for MACOSX sockaddr_in */
#include <sys/socket.h>
#include <netdb.h>
+#include <errno.h> /* Make RH 9 happy */
#include "srm_client.h"
#include "srm_config.h"
Received on Sat May 17 14:11:03 2003
This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 03:00:03 CET