Attachment 'linprocfs.patch'

Download

   1 --- sys/compat/linprocfs/linprocfs.c	(revision 204763)
   2 +++ sys/compat/linprocfs/linprocfs.c	(working copy)
   3 @@ -1312,6 +1312,8 @@
   4  	    NULL, NULL, NULL, PFS_RD);
   5  	pfs_create_file(dir, "status", &linprocfs_doprocstatus,
   6  	    NULL, NULL, NULL, PFS_RD);
   7 +	/* XXX: Hack to make ttyname() work. */
   8 +	pfs_create_file(dir, "fd", NULL, NULL, NULL, NULL, PFS_RD);
   9  
  10  	/* /proc/scsi/... */
  11  	dir = pfs_create_dir(root, "scsi", NULL, NULL, NULL, 0);

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2010-10-08T16:34:32+0000, 5.9 KB) [[attachment:centos5.5_bootstrap_rpm_list.txt]]
  • [get | view] (2010-10-08T17:33:30+0000, 3.2 KB) [[attachment:initd_halt.patch]]
  • [get | view] (2010-10-08T17:33:44+0000, 1.7 KB) [[attachment:initd_syslog.patch]]
  • [get | view] (2010-10-08T15:54:57+0000, 0.4 KB) [[attachment:linprocfs.patch]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.