[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] * lib/openat-proc.c: Don't include dirname.h; not needed.
From: |
Paul Eggert |
Subject: |
[PATCH] * lib/openat-proc.c: Don't include dirname.h; not needed. |
Date: |
Thu, 24 Feb 2011 16:30:02 -0800 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7 |
This removes a dependency that wasn't documented in the module file.
---
ChangeLog | 2 ++
lib/openat-proc.c | 1 -
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b739e06..1d33736 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-02-24 Paul Eggert <address@hidden>
+ * lib/openat-proc.c: Don't include dirname.h; not needed.
+
backupfile: remove unnecessary use of m4/dos.m4
* m4/backupfile.m4 (gl_BACKUPFILE): Don't require gl_AC_DOS; none
of its symbols are used by the backupfile code. backupfile.c does
diff --git a/lib/openat-proc.c b/lib/openat-proc.c
index 34c74a7..4a470c5 100644
--- a/lib/openat-proc.c
+++ b/lib/openat-proc.c
@@ -30,7 +30,6 @@
#include <string.h>
#include <unistd.h>
-#include "dirname.h"
#include "intprops.h"
#include "same-inode.h"
--
1.7.4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] * lib/openat-proc.c: Don't include dirname.h; not needed.,
Paul Eggert <=