shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/src


From: shishi-commit
Subject: CVS shishi/src
Date: Tue, 7 Feb 2006 12:51:31 +0100

Update of /home/cvs/shishi/src
In directory dopio:/tmp/cvs-serv25633

Modified Files:
        kdc.h 
Log Message:
Always has sys/socket.h now.


--- /home/cvs/shishi/src/kdc.h  2005/05/26 15:12:36     1.9
+++ /home/cvs/shishi/src/kdc.h  2006/02/07 11:51:30     1.10
@@ -1,5 +1,5 @@
 /* kdc.h --- Header file with common definitions for Shishid.
- * Copyright (C) 2002, 2003, 2004  Simon Josefsson
+ * Copyright (C) 2002, 2003, 2004, 2006  Simon Josefsson
  *
  * This file is part of Shishi.
  *
@@ -67,9 +67,7 @@
 #endif
 
 /* Get accept, sendto, etc. */
-#ifdef HAVE_SYS_SOCKET_H
-# include <sys/socket.h>
-#endif
+#include <sys/socket.h>
 
 /* Used for the backlog argument to listen. */
 #ifndef SOMAXCONN





reply via email to

[Prev in Thread] Current Thread [Next in Thread]