File: uwrap_enabled.c

package info (click to toggle)
uid-wrapper 1.0.2-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 328 kB
  • ctags: 188
  • sloc: ansic: 1,583; makefile: 48; sh: 11
file content (8 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#include <stdbool.h>

bool uid_wrapper_enabled(void);

bool uid_wrapper_enabled(void)
{
	return false;
}