diff srogue/xcrypt.c @ 119:458df24e973d

srogue: use functions from mdport.c. Shell escape, passwd entries, terminal settings, and most signal handling is now done with the more portable md_* functions.
author John "Elwin" Edwards
date Wed, 30 Apr 2014 14:46:30 -0700
parents 2128c7dc8a40
children e6c8652473fe
line wrap: on
line diff
--- a/srogue/xcrypt.c	Sun Apr 27 08:29:14 2014 -0700
+++ b/srogue/xcrypt.c	Wed Apr 30 14:46:30 2014 -0700
@@ -51,7 +51,6 @@
 
 #include <sys/types.h>
 #include <sys/param.h>
-#include <pwd.h>
 #include <string.h>
 
 #ifdef DEBUG