mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
getty: const'ify search pointer.
No functional change. MFC after: 2 weeks
This commit is contained in:
parent
6cb13813ca
commit
5927c1bb31
@ -735,7 +735,8 @@ static void
|
||||
putf(const char *cp)
|
||||
{
|
||||
time_t t;
|
||||
char *slash, db[100];
|
||||
char db[100];
|
||||
const char *slash;
|
||||
|
||||
static struct utsname kerninfo;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user