diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-24 02:41:53 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-24 02:41:53 +0000 |
commit | 3f33af92d9829ce9d687e40c494369892fe87192 (patch) | |
tree | 8d2a2ecfa90c55ec3d1298cd741831212781bcf3 /comms/ltmdm/files/patch-aa | |
parent | Bump PORTREVISION. (diff) |
Fix properly for building under -current
Enable cardbus support these modembs
Bump PORTREVISION
Submitted by: author
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=61854
Diffstat (limited to 'comms/ltmdm/files/patch-aa')
-rw-r--r-- | comms/ltmdm/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/ltmdm/files/patch-aa b/comms/ltmdm/files/patch-aa new file mode 100644 index 000000000000..73909e8e71e8 --- /dev/null +++ b/comms/ltmdm/files/patch-aa @@ -0,0 +1,14 @@ +--- sys/dev/ltmdm/ltmdmsio.c-0.7 Sun Mar 10 23:16:17 2002 ++++ sys/dev/ltmdm/ltmdmsio.c Thu Apr 4 23:40:35 2002 +@@ -124,8 +124,10 @@ + #endif + + #if __FreeBSD_version >= 500023 /* >= 20010912 */ +-#define proc thread /* temporary hack: struct proc -> stuct thread */ ++#define proc thread /* XXX struct proc -> stuct thread */ ++#if __FreeBSD_version < 500033 /* < 20020401 */ + #define suser(p) suser_td(p) ++#endif + #endif + + |