Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/networking/tcpudp_perhost.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 7  Line 7 
7   * Licensed under GPLv2, see file LICENSE in this tarball for details.   * Licensed under GPLv2, see file LICENSE in this tarball for details.
8   */   */
9    
10  #if __GNUC_PREREQ(4,1)  PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
 # pragma GCC visibility push(hidden)  
 #endif  
11    
12  struct hcc {  struct hcc {
13   char *ip;   char *ip;
# Line 32  void ipsvd_perhost_remove(int pid); Line 30  void ipsvd_perhost_remove(int pid);
30  //unsigned ipsvd_perhost_setpid(int pid);  //unsigned ipsvd_perhost_setpid(int pid);
31  //void ipsvd_perhost_free(void);  //void ipsvd_perhost_free(void);
32    
33  #if __GNUC_PREREQ(4,1)  POP_SAVED_FUNCTION_VISIBILITY
 # pragma GCC visibility pop  
 #endif  

Legend:
Removed from v.983  
changed lines
  Added in v.984