diff options
| author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-02 07:03:11 +0000 |
|---|---|---|
| committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-02 07:03:11 +0000 |
| commit | 14046789e05343dd52a56aba5647a529b62cffe5 (patch) | |
| tree | 40f7e42bb68ba55932a5144c1c7edeb25352da5e /editors/emacs/files/patch-src-filelock.c | |
| parent | - fix build with utmpx (diff) | |
- fix utmp.h -> utmpx.h
fixes are included in upstream e-mail so this is temporary
PR: ports/143113
Submitted by: Giorgos Keramidas <keramida@freebsd.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=249073
Diffstat (limited to 'editors/emacs/files/patch-src-filelock.c')
| -rw-r--r-- | editors/emacs/files/patch-src-filelock.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/emacs/files/patch-src-filelock.c b/editors/emacs/files/patch-src-filelock.c new file mode 100644 index 000000000000..7f8b0d0d4b59 --- /dev/null +++ b/editors/emacs/files/patch-src-filelock.c @@ -0,0 +1,12 @@ +--- src/filelock.c.orig 2009-06-21 07:38:14.000000000 +0300 ++++ src/filelock.c 2010-01-23 11:34:48.414989942 +0200 +@@ -62,7 +62,9 @@ + + #ifdef CLASH_DETECTION + ++#ifdef HAVE_UTMP_H + #include <utmp.h> ++#endif + + #if !defined (S_ISLNK) && defined (S_IFLNK) + #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) |
