[gnet-dev] Patches for a typo and a compiler error
- From: Ross Golder <ross golder org>
- To: Ross Golder <ross golder org>
- Cc: David Helder <dhelder umich edu>, gnet-dev gnetlibrary org
- Subject: [gnet-dev] Patches for a typo and a compiler error
- Date: 24 Oct 2001 22:25:18 +0100
See attached. Want them commited?
--
Ross
? patch
? rpm.patch
? typos.patch
? debian/Makefile.am
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnet/ChangeLog,v
retrieving revision 1.119
diff -u -r1.119 ChangeLog
--- ChangeLog 2001/10/24 21:18:35 1.119
+++ ChangeLog 2001/10/24 21:23:44
@@ -1,5 +1,7 @@
Wed Oct 24 10:02:43 2001 Ross Golder <ross golder org>
+ * src/pack.h: Commented out argument to #endif.
+ * src/sha.h: Removed extraneous character (typo?).
* Makefile.am: Updated handling of rpms and spec files.
* Makefile.am: Added debian directory to make dist.
Index: src/pack.h
===================================================================
RCS file: /cvs/gnome/gnet/src/pack.h,v
retrieving revision 1.8
diff -u -r1.8 pack.h
--- src/pack.h 2001/10/07 22:40:16 1.8
+++ src/pack.h 2001/10/24 21:23:45
@@ -32,4 +32,4 @@
gint gnet_unpack (const gchar* format, gchar* buffer, guint len, ...);
gint gnet_vunpack (const gchar* format, gchar* buffer, guint len, va_list args);
-#endif _GNET_PACK_H
+#endif /* _GNET_PACK_H */
Index: src/sha.h
===================================================================
RCS file: /cvs/gnome/gnet/src/sha.h,v
retrieving revision 1.8
diff -u -r1.8 sha.h
--- src/sha.h 2001/05/31 14:48:07 1.8
+++ src/sha.h 2001/10/24 21:23:45
@@ -16,7 +16,7 @@
#ifdef __cplusplus
extern "C" {
-#endif /* __cplusplus */c
+#endif /* __cplusplus */
typedef struct _GSHA GSHA;
#define GNET_SHA_HASH_LENGTH 20 /* in bytes */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]