ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 43525: /trunk/ui/gtk/ /trunk/ui/gtk/: iface_lists.c main

Date: Thu, 28 Jun 2012 18:33:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43525

User: guy
Date: 2012/06/28 11:33 AM

Log:
 <wsutil/file_util.h> is needed by ui/gtk/iface_lists.c on Linux as it
 does a ws_stat64() to check for the existence of files in /sys.
 
 It's *not* needed in ui/gtk/main.c any more, as that code was moved out
 of ui/gtk/main.c.

Directory: /trunk/ui/gtk/
  Changes    Path             Action
  +2 -0      iface_lists.c    Modified
  +0 -2      main.c           Modified