mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-08 21:17:47 +03:00
nss-systemd: remove useless define
We always define those two in configure, so no need to provide a fallback.
This commit is contained in:
parent
fb4650aa34
commit
3c5d7c978c
@ -33,14 +33,6 @@
|
||||
#include "user-util.h"
|
||||
#include "util.h"
|
||||
|
||||
#ifndef NOBODY_USER_NAME
|
||||
#define NOBODY_USER_NAME "nobody"
|
||||
#endif
|
||||
|
||||
#ifndef NOBODY_GROUP_NAME
|
||||
#define NOBODY_GROUP_NAME "nobody"
|
||||
#endif
|
||||
|
||||
static const struct passwd root_passwd = {
|
||||
.pw_name = (char*) "root",
|
||||
.pw_passwd = (char*) "x", /* see shadow file */
|
||||
|
Loading…
Reference in New Issue
Block a user