diff options
| author | Mikael Asplund <mikael.asplund@liu.se> | 2020-03-06 15:24:04 +0100 |
|---|---|---|
| committer | Mikael Asplund <mikael.asplund@liu.se> | 2020-03-06 15:24:04 +0100 |
| commit | 2aee8e8d4bb740dccf3f3c33f7ef161f9e1a835d (patch) | |
| tree | e7fded7bbf1131d10525f5ec44bf2e44b3d4cfb7 /src/utils/squish-unix.c | |
| parent | f3156831364fb2d3bec8c2f7ba7e8c10e91be13e (diff) | |
| download | pintos-2aee8e8d4bb740dccf3f3c33f7ef161f9e1a835d.tar.gz | |
Changed compiler version and took away stream code which relies on a header file no longer present in Linux
Diffstat (limited to 'src/utils/squish-unix.c')
| -rw-r--r-- | src/utils/squish-unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/squish-unix.c b/src/utils/squish-unix.c index 9d9aa42..c594fde 100644 --- a/src/utils/squish-unix.c +++ b/src/utils/squish-unix.c @@ -8,7 +8,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <stropts.h> #include <sys/ioctl.h> #include <sys/stat.h> #include <sys/time.h> |
