Date: Thu Feb 20 08:04:11 CET 2003
User: Derick Rethans
Directory: srm/main/src
Log Message:
[0.25]
- Let us just always include the netinet/in.h file, as it's saves us some
#ifdefs
Modified files:
srm/main/src/functions.h (version: 1.40)
srm/main/src/srm_client.c (version: 1.20)
[FILE: /srm/main/src/functions.h]
--- srm/main/src/functions.h:1.39 Thu Feb 20 02:20:21 2003 GMT
+++ srm/main/src/functions.h Thu Feb 20 06:04:11 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.39 2003/02/20 03:20:21 kalowsky Exp $ */
+/* $Id: cvstemp,v 1.40 2003/02/20 07:04:11 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
@@ -24,7 +24,6 @@
#define __FUNCTIONS_H__
#include <string.h>
-#include "config.h" /* Needed for OSX only??? */
#include "srm_config.h"
#include "srm_hash.h"
#include "srm_value.h"
[FILE: /srm/main/src/srm_client.c]
--- srm/main/src/srm_client.c:1.19 Thu Feb 20 02:20:21 2003 GMT
+++ srm/main/src/srm_client.c Thu Feb 20 06:04:11 2003 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.19 2003/02/20 03:20:21 kalowsky Exp $ */
+/* $Id: cvstemp,v 1.20 2003/02/20 07:04:11 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
@@ -24,9 +24,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <sys/un.h>
-#if defined(SRM_MACOSX)
#include <netinet/in.h> /* Needed for MACOSX sockaddr_in */
-#endif
#include <sys/socket.h>
#include <netdb.h>
Received on Thu Feb 20 08:04:14 2003
This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 12:00:03 CET