summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/issetugid.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit/libcsupport: Adding file headers and licensesRyan Long2022-05-041-0/+27
| | | | | These files had no file header, copyright, or license. Based on git history, added appropriate copyright and license.
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* issetugid.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+5
|
* libcsupport: Doxygen enhancement task #9Alex Ivanov2012-12-131-2/+10
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-011-4/+3
| | | | | * libcsupport/src/getegid.c, libcsupport/src/gxx_wrappers.c, libcsupport/src/issetugid.c: Formatting and spacing.
* Rework autoconf defines.Ralf Corsepius2009-09-301-0/+2
|
* 2009-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-061-0/+15
* libcsupport/src/issetugid.c: New (relocated from libnetworking). * libnetworking/rtems/issetugid.c: Remove. * libnetworking/Makefile.am: Reflect changes above. * libcsupport/Makefile.am: Reflect changes above.