| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | – | /* Copyright (c) 1997 Silicon Graphics, Inc. */ | 
| 2 | – | |
| 1 | #ifndef lint | |
| 2 | < | static char SCCSid[] = "$SunId$ SGI"; | 
| 2 | > | static const char RCSid[] = "$Id$"; | 
| 3 | #endif | |
| 6 | – | |
| 4 | /* | |
| 5 | * Routines for local rtrace execution | |
| 6 | */ | |
| # | Line 318 | Line 315 | end_rtrace() /* close rtrace process(es) */ | |
| 315 | if (rv > 0) | |
| 316 | status = rv; | |
| 317 | } | |
| 318 | < | free((char *)rtbuf); | 
| 318 | > | free((void *)rtbuf); | 
| 319 | rtbuf = NULL; | |
| 320 | maxqlen = 0; | |
| 321 | return(status); | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |