[BACK]Return to cdio.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cdio

Diff for /src/usr.bin/cdio/cdio.c between version 1.73 and 1.74

version 1.73, 2013/11/20 20:54:34 version 1.74, 2015/01/16 06:40:06
Line 52 
Line 52 
  * $FreeBSD: cdcontrol.c,v 1.13 1996/06/25 21:01:27 ache Exp $   * $FreeBSD: cdcontrol.c,v 1.13 1996/06/25 21:01:27 ache Exp $
  */   */
   
 #include <sys/param.h>  #include <sys/param.h>  /* isset */
 #include <sys/file.h>  #include <sys/file.h>
 #include <sys/cdio.h>  #include <sys/cdio.h>
 #include <sys/ioctl.h>  #include <sys/ioctl.h>
Line 67 
Line 67 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   #include <limits.h>
 #include <histedit.h>  #include <histedit.h>
 #include <util.h>  #include <util.h>
 #include <vis.h>  #include <vis.h>
Line 319 
Line 320 
 run(int cmd, char *arg)  run(int cmd, char *arg)
 {  {
         int l, r, rc;          int l, r, rc;
         static char newcdname[MAXPATHLEN];          static char newcdname[PATH_MAX];
   
         switch (cmd) {          switch (cmd) {
   

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74