diff options
| author | Pádraig Brady <P@draigBrady.com> | 2025-02-20 12:58:08 +0000 |
|---|---|---|
| committer | Pádraig Brady <P@draigBrady.com> | 2025-02-20 13:03:18 +0000 |
| commit | 0a03735c7150b5916e6a4c082524c764cef5cf34 (patch) | |
| tree | f5b373ac571e3682dc2bc3c4651949c754bbb260 | |
| parent | maint: fix sc_tight_scope failure (diff) | |
| download | coreutils-0a03735c7150b5916e6a4c082524c764cef5cf34.tar.gz coreutils-0a03735c7150b5916e6a4c082524c764cef5cf34.zip | |
build: update gnulib submodule to latest
* gnulib: Update to 757345e8.
* src/who.c: Adjust to new defines.
| m--------- | gnulib | 0 | ||||
| -rw-r--r-- | src/who.c | 6 |
2 files changed, 0 insertions, 6 deletions
diff --git a/gnulib b/gnulib -Subproject 66d32ceddd565abff57901c59014023a9426cc8 +Subproject 757345e8bad8cec0e05f9e1a0668232048a6c44 @@ -60,12 +60,6 @@ # define UT_TYPE_INIT_PROCESS(U) false #endif -#ifdef LOGIN_PROCESS -# define UT_TYPE_LOGIN_PROCESS(U) ((U)->ut_type == LOGIN_PROCESS) -#else -# define UT_TYPE_LOGIN_PROCESS(U) false -#endif - #ifdef DEAD_PROCESS # define UT_TYPE_DEAD_PROCESS(U) ((U)->ut_type == DEAD_PROCESS) #else |
