This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Oops... Re: mkstemps is a valid function


I already checked in an identical patch.

Dave


Marc Espie wrote:

> I can't really explain how I managed to miss those...  stupidity, probably.
>
> Tue Feb  9 22:48:02 MET 1999    Marc Espie      <espie@cvs.openbsd.org>
>         *libiberty/Makefile.in: mkstemp -> mkstemps, complete change
>
> Index: Makefile.in
> ===================================================================
> RCS file: /egcs/carton/cvsfiles/egcs/libiberty/Makefile.in,v
> retrieving revision 1.20
> diff -u -r1.20 Makefile.in
> --- Makefile.in 1999/02/09 00:17:27     1.20
> +++ Makefile.in 1999/02/09 21:41:28
> @@ -115,7 +115,7 @@
>         bzero.c choose-temp.c clock.c concat.c cplus-dem.c fdmatch.c \
>         fnmatch.c getcwd.c getopt.c getopt1.c getpagesize.c \
>         getruntime.c floatformat.c hex.c index.c insque.c memchr.c \
> -       memcmp.c memcpy.c memmove.c memset.c mkstemp.c objalloc.c obstack.c \
> +       memcmp.c memcpy.c memmove.c memset.c mkstemps.c objalloc.c obstack.c \
>         pexecute.c random.c rename.c rindex.c sigsetmask.c spaces.c \
>         splay-tree.c strcasecmp.c strncasecmp.c strchr.c strdup.c strerror.c \
>         strrchr.c strsignal.c strstr.c strtod.c strtol.c strtoul.c \
> @@ -232,7 +232,7 @@
>  getruntime.o: config.h $(INCDIR)/libiberty.h
>  hex.o: $(INCDIR)/libiberty.h
>  floatformat.o: $(INCDIR)/floatformat.h
> -mkstemp.o: config.h
> +mkstemps.o: config.h
>  objalloc.o: $(INCDIR)/objalloc.h
>  obstack.o: config.h $(INCDIR)/obstack.h
>  pexecute.o: config.h $(INCDIR)/libiberty.h
> --
>         Marc Espie
> |anime, sf, juggling, unicycle, acrobatics, comics...
> |AmigaOS, OpenBSD, C++, perl, Icon, PostScript...
> | `real programmers don't die, they just get out of beta'





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]