View | Details | Raw Unified
Collapse All | Expand All

(-) c-posix.c.orig (-2 / +2 lines)
 Lines 6344-6351    Link Here 
  g_struct_msghdr();
  g_struct_msghdr();
  gcmnt("local socket address");
  gcmnt("local socket address");
  { struct sockaddr_un DUMMY;
  { struct sockaddr_un DUMMY;
    ifprintf(fp,"   subtype sun_path_string is
    ifprintf(fp,"   subtype sun_path_string is\n"
      POSIX_String (1 .. %d);\n", sizeof (DUMMY.sun_path));
      "      POSIX_String (1 .. %d);\n", sizeof (DUMMY.sun_path));
  }
  }
  g_struct_sockaddr_un();
  g_struct_sockaddr_un();
  gcmnt("internet socket address");
  gcmnt("internet socket address");