replace vfork by fork
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9529 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -123,7 +123,7 @@ susystem(s, userid) | ||||
| 	int status; | ||||
| 	pid_t pid; | ||||
|  | ||||
| 	pid = vfork(); | ||||
| 	pid = fork(); | ||||
| 	switch (pid) { | ||||
| 	case -1: | ||||
| 		return (127); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund