source: rtems/cpukit/libnetworking/rtems/issetugid.c @ a3dfa39

4.104.114.84.95
Last change on this file since a3dfa39 was 96b39164, checked in by Joel Sherrill <joel.sherrill@…>, on 08/20/98 at 21:56:40

Added CVS Ids

  • Property mode set to 100644
File size: 88 bytes
Line 
1/*
2 * Dummy version of BSD routine
3 *
4 *  $Id$
5 */
6
7int
8issetugid (void)
9{
10        return 0;
11}
Note: See TracBrowser for help on using the repository browser.