CVS commit: xsrc/external/mit/libFS

2022-09-08 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Fri Sep  9 03:45:53 UTC 2022

Modified Files:
xsrc/external/mit/libFS/dist/src: fs_transport.c
Removed Files:
xsrc/external/mit/libFS/include: config.h

Log Message:
merge libFS 1.0.9.

also, obsolete the local config.h since only one file needed, and
replace with the pattern in every other .c file here - #ifdef
HAVE_CONFIG_H around the #include.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/mit/libFS/dist/src/fs_transport.c
cvs rdiff -u -r1.7 -r0 xsrc/external/mit/libFS/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/libFS/dist/src/fs_transport.c
diff -u xsrc/external/mit/libFS/dist/src/fs_transport.c:1.1.1.1 xsrc/external/mit/libFS/dist/src/fs_transport.c:1.2
--- xsrc/external/mit/libFS/dist/src/fs_transport.c:1.1.1.1	Wed Jul 30 02:42:04 2008
+++ xsrc/external/mit/libFS/dist/src/fs_transport.c	Fri Sep  9 03:45:53 2022
@@ -27,5 +27,7 @@
 # define TRANS_CLIENT
 #endif
 
+#ifdef HAVE_CONFIG_H
 #include "config.h" /* Need to know which transport types to support */
+#endif
 #include 



CVS commit: xsrc/external/mit/libFS

2022-09-08 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Fri Sep  9 03:45:53 UTC 2022

Modified Files:
xsrc/external/mit/libFS/dist/src: fs_transport.c
Removed Files:
xsrc/external/mit/libFS/include: config.h

Log Message:
merge libFS 1.0.9.

also, obsolete the local config.h since only one file needed, and
replace with the pattern in every other .c file here - #ifdef
HAVE_CONFIG_H around the #include.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/mit/libFS/dist/src/fs_transport.c
cvs rdiff -u -r1.7 -r0 xsrc/external/mit/libFS/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/libFS/include

2010-01-10 Thread Bernd Ernesti
Module Name:xsrc
Committed By:   veego
Date:   Sun Jan 10 09:57:23 UTC 2010

Modified Files:
xsrc/external/mit/libFS/include: config.h

Log Message:
Regenerate to match current source
* VERSION updated to 1.0.2
* Commented entry added (HAVE_LIBWS2_32)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/libFS/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.