ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/modules.h
(Generate patch)

Comparing ircd-hybrid/trunk/include/modules.h (file contents):
Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1737 by michael, Mon Jan 14 17:37:55 2013 UTC

# Line 45 | Line 45 | struct module
45   struct module_path
46   {
47    dlink_node node;
48 <  char path[PATH_MAX + 1];
48 >  char path[HYB_PATH_MAX + 1];
49   };
50  
51   extern dlink_list modules_list;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)