source utility functions out to util.c

This commit is contained in:
Matthias-Christian Ott
2008-06-10 17:56:57 +02:00
parent 05ebee6084
commit 5f28725471
6 changed files with 46 additions and 39 deletions

1
pty.c
View File

@ -1,4 +1,5 @@
/* See LICENSE file for copyright and license details. */
#include "util.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>