mkstemp: avoid conflict with C++ keyword template
authorEric Blake <ebb9@byu.net>
Tue, 17 Nov 2009 18:53:14 +0000 (11:53 -0700)
committerEric Blake <ebb9@byu.net>
Wed, 18 Nov 2009 05:15:29 +0000 (22:15 -0700)
commit83e045030538b7838367305c0b92c7c756c90651
tree97f5346f55106b512dfee252360021cf4b7065d3
parent89fe4c9d24e052d1947575379792613eb82f37cb
mkstemp: avoid conflict with C++ keyword template

Just because glibc uses K&R, and uses template as an identifier,
doesn't mean we have to.

* lib/mkdtemp.c (mkdtemp): Change spelling of template.
* lib/mkostemp.c (mkostemp): Likewise.
* lib/mkostemps.c (mkostemps): Likewise.
* lib/mkstemp.c (mkstemp): Likewise.
* lib/mkstemps.c (mkstemps): Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/mkdtemp.c
lib/mkostemp.c
lib/mkostemps.c
lib/mkstemp.c
lib/mkstemps.c