gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r4075: rcs, compile patch, works


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4075: rcs, compile patch, works
Date: Wed, 26 Oct 2016 04:24:22 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 4075
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Tue 2016-10-25 21:24:19 -0700
message:
  rcs, compile patch, works
added:
  pkg/gnu/rcs/files/             files-20161026042335-ybgk77f4k6ip1jps-1
  pkg/gnu/rcs/files/attributebaseh.diff 
attributebaseh.diff-20161026042335-ybgk77f4k6ip1jps-2
=== added directory 'pkg/gnu/rcs/files'
=== added file 'pkg/gnu/rcs/files/attributebaseh.diff'
--- a/pkg/gnu/rcs/files/attributebaseh.diff     1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/rcs/files/attributebaseh.diff     2016-10-26 04:24:19 +0000
@@ -0,0 +1,22 @@
+*** work/rcs-5.9.4/src/base.h~ 2015-01-09 01:40:02.000000000 -0800
+--- work/rcs-5.9.4/src/base.h  2016-10-25 21:17:13.350481335 -0700
+***************
+*** 41,48 ****
+  #include <vfork.h>
+  #endif
+  
+! #define exiting  _Noreturn
+! 
+  /* GCC attributes  */
+  
+  #define ARG_NONNULL(which)  _GL_ARG_NONNULL (which)
+--- 41,49 ----
+  #include <vfork.h>
+  #endif
+  
+! /* #define exiting  _Noreturn
+! */
+! #define exiting __attribute__((noreturn))
+  /* GCC attributes  */
+  
+  #define ARG_NONNULL(which)  _GL_ARG_NONNULL (which)


reply via email to

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