diff options
author | paul <paul> | 2005-07-12 16:47:01 +0000 |
---|---|---|
committer | paul <paul> | 2005-07-12 16:47:01 +0000 |
commit | e37821068873e4256a5d44d6c81babe39befc8e7 (patch) | |
tree | a86dd3f07162fef1d7e44fd4a935321e5f9d3724 | |
parent | b899408509440ee1415c895600c9a20e406cded0 (diff) |
- Fix ChangeLog entry to properly refer to problem being Linux/ARM, not
ARM in general.
-rw-r--r-- | vtysh/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index a2b39625..cad07120 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -1,7 +1,7 @@ 2005-07-12 Christian Hammers <ch@debian.org> * vtysh_user.c: rename struct user to struct vtysh_user to avoid - clashes with sys/user.h on ARM. + clashes with sys/user.h on Linux/ARM. 2005-04-07 Hasso Tepper <hasso at quagga.net> |