1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

pledge "getpw" is not needed here.

ok semarie@
This commit is contained in:
tb 2015-12-06 11:22:37 +00:00
parent e216ee02bc
commit 43b9874dbc

View File

@ -1,4 +1,4 @@
/* $OpenBSD: rain.c,v 1.18 2015/10/14 07:19:23 semarie Exp $ */
/* $OpenBSD: rain.c,v 1.19 2015/12/06 11:22:37 tb Exp $ */
/*
* Copyright (c) 1980, 1993
@ -61,7 +61,7 @@ main(int argc, char *argv[])
int ch;
int xpos[5], ypos[5];
if (pledge("stdio rpath getpw tty", NULL) == -1)
if (pledge("stdio rpath tty", NULL) == -1)
err(1, "pledge");
/* set default delay based on terminal baud rate */