[svn-commits] tzafrir: branch 1.4 r4078 - /branches/1.4/kernel/zaptel.h
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Mar 25 13:42:54 CDT 2008
Author: tzafrir
Date: Tue Mar 25 13:42:53 2008
New Revision: 4078
URL: http://svn.digium.com/view/zaptel?view=rev&rev=4078
Log:
Remove yet another "static" inside a struct and allow building 1.4 in
devfs 2.4 systems.
Modified:
branches/1.4/kernel/zaptel.h
Modified: branches/1.4/kernel/zaptel.h
URL: http://svn.digium.com/view/zaptel/branches/1.4/kernel/zaptel.h?view=diff&rev=4078&r1=4077&r2=4078
==============================================================================
--- branches/1.4/kernel/zaptel.h (original)
+++ branches/1.4/kernel/zaptel.h Tue Mar 25 13:42:53 2008
@@ -1249,7 +1249,7 @@
const char *name;
__u8 minor;
#ifdef CONFIG_DEVFS_FS
- static devfs_handle_t devfs_handle;
+ devfs_handle_t devfs_handle;
#endif
};
More information about the svn-commits
mailing list