guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile mkstemp.c


From: Thien-Thi Nguyen
Subject: guile/guile-core/libguile mkstemp.c
Date: Wed, 13 Jun 2001 09:10:05 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Thien-Thi Nguyen <address@hidden>       01/06/13 09:10:05

Modified files:
        guile-core/libguile: mkstemp.c 

Log message:
        Update path to #include file scmconfig.h.
        Thanks to Golubev I. N.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/mkstemp.c.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/mkstemp.c
diff -u guile/guile-core/libguile/mkstemp.c:1.1 
guile/guile-core/libguile/mkstemp.c:1.2
--- guile/guile-core/libguile/mkstemp.c:1.1     Sat Jun  2 05:39:09 2001
+++ guile/guile-core/libguile/mkstemp.c Wed Jun 13 09:10:05 2001
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1996, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1996, 1998, 2001 Free Software Foundation, Inc.
    This file is derived from mkstemps.c from the GNU Libiberty Library
    which in turn is derived from the GNU C Library.
 
@@ -17,7 +17,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include "scmconfig.h"
+#include "libguile/scmconfig.h"
 
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>



reply via email to

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