]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c.
authorChris Metcalf <cmetcalf@tilera.com>
Sat, 28 Jan 2012 16:51:44 +0000 (11:51 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Thu, 28 Jun 2012 14:18:37 +0000 (10:18 -0400)
(cherry picked from commit 540d7568aefbc870e8f618905cfbc38f9e6fcc61)

ChangeLog
sysdeps/unix/sysv/linux/grantpt.c

index 91aefce6f0c4523752078dcce5cd2bf74137fe21..28a6205f5440ab8c0ad8b129f1c614c510a85d10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
+
+       * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
+
 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
 
        * scripts/config.guess: Update from upstream config git repository.
index f2fc60f83a51686a21f89f7a276c5541603bda6c..0a3cd472fa2cbfb348e3cc460c5a2ff1fdd3e7b0 100644 (file)
@@ -7,7 +7,8 @@
 #include <stdlib.h>
 #include <unistd.h>
 
-#include "not-cancel.h"
+#include <not-cancel.h>
+
 #include "pty-private.h"