openat: Increase OPENAT_BUFFER_SIZE from 512 to at least 1024
[pspp] / lib / str-kmp.h
index 76668cf8f2b47fa71c6df6586e77bd4af09dc532..95a73f571c357d4b3d0dc4b693ab6f1c3e22cd38 100644 (file)
@@ -1,6 +1,6 @@
 /* Substring search in a NUL terminated string of 'char' elements,
    using the Knuth-Morris-Pratt algorithm.
-   Copyright (C) 2005-2010 Free Software Foundation, Inc.
+   Copyright (C) 2005-2011 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2005.
 
    This program is free software; you can redistribute it and/or modify