]> git.ipfire.org Git - people/ms/dma.git/commitdiff
Refresh after 13-hardening.patch modified util.c.
authorPeter Pentchev <roam@ringlet.net>
Thu, 3 Jun 2010 07:51:54 +0000 (07:51 +0000)
committerPeter Pentchev <roam@ringlet.net>
Thu, 3 Jun 2010 07:51:54 +0000 (07:51 +0000)
patches/26-getprogname.patch

index 5f5fed022b45e5878bc30eece9b2582a6391055c..84190388ac8b2615f3ff572b7948732eecba22ec 100644 (file)
@@ -2,7 +2,7 @@ Description: Use program_invocation_short_name() instead of getprogname().
 Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
 Forwarded: not-needed
 Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-02
+Last-Update: 2010-06-03
 
 --- a/util.c
 +++ b/util.c
@@ -15,7 +15,7 @@ Last-Update: 2010-06-02
  #include <sys/param.h>
  #include <errno.h>
  #include <fcntl.h>
-@@ -120,10 +122,10 @@
+@@ -121,10 +123,10 @@
  
        if (outs != NULL) {
                syslog(LOG_ERR, "%s: %m", outs);
@@ -28,7 +28,7 @@ Last-Update: 2010-06-02
        }
  
        exit(exitcode);
-@@ -143,10 +145,10 @@
+@@ -145,10 +147,10 @@
  
        if (outs != NULL) {
                syslog(LOG_ERR, "%s", outs);