/* * Dummy version of BSD routine * * $Id$ */ #if HAVE_CONFIG_H #include "config.h" #endif int issetugid (void) { return 0; }