diff options
Diffstat (limited to 'usr.bin/c89/c89.sh')
-rwxr-xr-x | usr.bin/c89/c89.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/c89/c89.sh b/usr.bin/c89/c89.sh index 55efd56c6b9f..96a8c08370cc 100755 --- a/usr.bin/c89/c89.sh +++ b/usr.bin/c89/c89.sh @@ -24,7 +24,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/c89/c89.sh,v 1.5 1999/12/05 20:01:28 charnier Exp $ # # This is the Posix.2 mandated C compiler. Basically, a hook to the # cc(1) command. |