Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Linux-Kernel Archive: Re: Socket header file Re: Socket header file Alan Modra (alan@spri.levels.unisa.edu.au) Thu, 19 Dec 1996 15:28:53 +1030 (CST) Messages sorted by: [ date ][ thread ][ subject ][ author ] Next message: Marc Lehmann: "nfs-mount options" Previous message: Jan Kasprzak: "Minor patch for 2.0.27" Next in thread: Richard Gooch: "Re: Socket header file" Reply: Richard Gooch: "Re: Socket header file" >root@analogic.com (Richard B. Johnson) > /usr/include/linux/socket.h: unsigned char cmsg_data[0]; > This should probably be: > unsigned char *cmsg_data; No, definitely not. It's correct as it is. The structure is dynamically allocated with cmsg_data[] a variable length array. Next message: Marc Lehmann: "nfs-mount options" Previous message: Jan Kasprzak: "Minor patch for 2.0.27" Next in thread: Richard Gooch: "Re: Socket header file" Reply: Richard Gooch: "Re: Socket header file"