-/* $OpenBSD: biff.c,v 1.12 2015/10/12 05:59:43 deraadt Exp $ */
+/* $OpenBSD: biff.c,v 1.13 2015/10/12 20:03:24 deraadt Exp $ */
/* $NetBSD: biff.c,v 1.3 1995/03/26 02:34:22 glass Exp $ */
/*
int ch;
char *name;
- if (pledge("stdio rpath fattr tty", NULL) == -1)
+ if (pledge("stdio rpath fattr", NULL) == -1)
err(1, "pledge");
while ((ch = getopt(argc, argv, "")) != -1)
-/* $OpenBSD: mesg.c,v 1.9 2015/10/12 06:00:57 deraadt Exp $ */
+/* $OpenBSD: mesg.c,v 1.10 2015/10/12 20:03:24 deraadt Exp $ */
/* $NetBSD: mesg.c,v 1.4 1994/12/23 07:16:32 jtc Exp $ */
/*
char *tty;
int ch;
- if (pledge("stdio rpath fattr tty", NULL) == -1)
+ if (pledge("stdio rpath fattr", NULL) == -1)
err(1, "pledge");
while ((ch = getopt(argc, argv, "")) != -1)