diff options
Diffstat (limited to 'bin/sh/options.c')
-rw-r--r-- | bin/sh/options.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/sh/options.c b/bin/sh/options.c index 9007d72..0b65645 100644 --- a/bin/sh/options.c +++ b/bin/sh/options.c @@ -32,12 +32,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: options.c,v 1.12 1997/02/22 13:58:40 peter Exp $ */ #ifndef lint -static char const sccsid[] = "@(#)options.c 8.2 (Berkeley) 5/4/95"; +#if 0 +static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 5/4/95"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include <signal.h> |