blob: 6e25f794b22072776ed4385714b34a9cdb18c42c (
plain)
1 diff -ruN hfsutils.orig/tclhfs.c hfsutils-3.2.6/tclhfs.c
2 --- hfsutils.orig/tclhfs.c 2003-03-31 17:34:55.000000000 +0200
3 +++ hfsutils-3.2.6/tclhfs.c 2003-03-31 17:39:51.000000000 +0200
4 @@ -43,8 +43,7 @@
5 # include "charset.h"
6 # include "suid.h"
7 # include "version.h"
8 -
9 -extern int errno;
10 +# include <errno.h>
11
12 # define ERROR(code, str) (hfs_error = (str), errno = (code))
13
|